SQLite
constructor(url: String, options: ERROR CLASS: Symbol not found for ConnectionPool.Options = ConnectionPool.Options(), encoders: ERROR CLASS: Symbol not found for ValueEncoderRegistry = ValueEncoderRegistry())(source)
Parameters
url
The URL string for connecting to the SQLite database.
options
Configuration options for the connection pool, such as minimum and maximum connections, timeout durations, etc.
encoders
Optional registry of value encoders to use for encoding query parameters.